home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
education
/
pe023.dms
/
pe023.adf
/
ALGORHYTHMS
/
SOURCE
/
ALGORHYTHMS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1988-10-05
|
234b
|
14 lines
#define MAXVOICE (16)
struct NoteEvent {
int Pitch;
int Dynamic;
double StartTime;
double Duration;
int Channel;
int CurPitch;
int LowPitch; /* CHANGE THIS IN ALGORHYTHMS.C AND MUSICSERIAL.C*/
int HighPitch;
int Walking;
};